home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sprite 1984 - 1993
/
Sprite 1984 - 1993.iso
/
src
/
boot
/
decprom
/
boot.h
< prev
next >
Wrap
C/C++ Source or Header
|
1990-02-16
|
377b
|
21 lines
/*
* boot.h --
*
* Boot program definitions.
*
* Copyright 1986 Regents of the University of California
* All rights reserved.
*
*
* $Header: /sprite/src/boot/decprom/RCS/boot.h,v 1.1 90/02/16 16:14:17 shirriff Exp $ SPRITE (Berkeley)
*/
#ifndef _BOOT
#define _BOOT
/*
* SCSI_DISK_BOOT - boot using the dec prom SCSI disk drivers
*/
#define SCSI_DISK_BOOT
#endif